PropertyChangeListener<T> Class Members
In This Topic
The following tables list the members exposed by PropertyChangeListener<T>.
Public Methods
| Name | Description |
 | Clear | Stop listening to all, don't listen to any objects. |
  | CreateDefault | Creates the default listener used by LiveLinq to listen to property change notifications in objects of type T. |
 | GetListeningProperties | Gets the list of property names for which change notifications are supported. |
 | StartListening | Start listening to property changes in a particular object. |
 | StopListening | Stop listening to property changes in a particular object. |
Top
Public Events
| Name | Description |
 | PropertyChanged | Occurs after a property has changed its value. |
Top
See Also